home *** CD-ROM | disk | FTP | other *** search
- /* ------------------------------------------------------------- */
- /* Final Copy II Arexx Macro - FONTLOADER */
- /* */
- /* This macro can be used to pre-load your favorite fonts. But */
- /* please note that each font that you load will take up a good */
- /* chunk of memory, so please don't be too greedy and load in a */
- /* zillion fonts and waste a lot of memory. */
- /* To load in a font that is not in the FCFonts/SWOLFonts drawer */
- /* you will need to specify the complete pathname of the font. */
- /* For Example: */
- /* */
- /* Font 'Work:FinalCopy_II/FCFonts/SWOLFonts/PSFonts/H_Bold' */
- /* ------------------------------------------------------------- */
-
- Font 'SoftSans_Italic'
- Font 'SoftSans_Bold'
- Font 'SoftSans_BoldItalic'
- Font 'SoftSans'
-
-